GoXam for WPF v3
WasTreeExpanded Property
Northwoods.GoXam.Model Namespace > TreeModelNodeData<NodeKey> Class : WasTreeExpanded Property
Gets or sets whether this node had been "expanded" when its parent node was "collapsed".
Syntax
public bool WasTreeExpanded {get; set;}

Property Value

By default this is true. This is meaningful only when the subtree is not expanded.
Remarks
Although this data property is defined for your convenience, the model does not know about this property.
See Also

Reference

TreeModelNodeData<NodeKey> Class
TreeModelNodeData<NodeKey> Members